.photo1 img{
  height:100% !important;
  width:auto !important;
}

@media screen and (min-width: 768px) 
{
  .module-header {
    background-color: rgba(255, 255, 255, 0); /* 初始完全透明的白色背景 */
     transform: translate(0);
     opacity: 1;
     transition: 0.3s;
   }
   
   .module-header.head_top{ padding: 7px 0px; height: 50px;}
   .module-header.head_top::before{ opacity: 1;}

   .module-header.module-header-bg{
    padding: 7px 0px; height: 50px;
     background-color: rgba(255, 255, 255, 1); /* 完全不透明的白色背景 */
     box-shadow:0 0 14px rgba(0,0,0,0.2);
   }
 
   ._hide{
    opacity: 0 !important;
   }

  

}
#swiper-container-case .list-image{display: none;}
@media screen and (max-width: 767px){
  #swiper-container-case .list-image2{display: none;}
  #swiper-container-case .list-image{display: block;}
  #swiper-container-case .swiper-pagination{display: none;}
  #swiper-container-case{height:auto;}

  #news .btn-more,#case .btn-more{width:92%;margin:0 auto 20px auto;display:block;text-align:center;line-height:3;font-size:14px;color:#fff;background-color:#0069df;
		top:0;
		}
	#news .btn-more::after,#case .btn-more::after{content:none;}

  #case .btn-more{margin-top:20px;}
  
}



